PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFFileAttachmentAnnotation Class / setFileName Method
The file name associated with the content stored in getPayload method.
In This Topic
    setFileName Method
    In This Topic
    Sets the name of the file attachment.
    Syntax
    public void setFileName( 
       java.lang.String value
    )

    Parameters

    value
    The file name associated with the content stored in getPayload method.
    See Also